home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 9350 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  899 b 

  1. Path: ix.netcom.com!netnews
  2. From: rizzo@yer.moms.house (Franklin J. Rizzo)
  3. Newsgroups: comp.lang.c++
  4. Subject: TC++ 3.0 and Seembler?!?!  HELP!
  5. Date: Fri, 01 Mar 1996 05:37:23 GMT
  6. Organization: Netcom
  7. Message-ID: <31368d02.10968302@nntp.ix.netcom.com>
  8. NNTP-Posting-Host: dby-ct2-03.ix.netcom.com
  9. X-NETCOM-Date: Thu Feb 29  9:53:43 PM PST 1996
  10. X-Newsreader: Forte Agent .99c/16.141
  11.  
  12. All I want is to use an assembler function as a class member function!
  13. I've tried what many posters here, and the FAQ suggest.  I can link
  14. ASM procedures as 'C' type functions, but not C++ class member
  15. functions.
  16.  
  17. I've tried " extern "C" blah(int b); "
  18. But turbo says "Storage class 'extern' is not allowed here".  Is TC++
  19. 3.0 just so shitty??  
  20.  
  21. Atleast if I could get my labels in the inline assembler to be
  22. recognized, I could make it work that way.  But no.  That's no good
  23. either.  Any suggestions?
  24.  
  25. Thanks,
  26. Sean
  27.